home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / alpha / modules / powerpc / portsPPC.m < prev    next >
Encoding:
Text File  |  2002-10-28  |  303 b   |  15 lines

  1. MODULE 'powerpc/semaphoresPPC'
  2.  
  3. OBJECT MsgPortPPC
  4.   Port:MsgPort,
  5.   IntMsg:List,
  6.   Semaphore:SignalSemaphorePPC
  7.  
  8. CONST NT_MSGPORTPPC=101
  9. /* status returned by PutPublicMsgPPC */
  10. ENUM PUBMSG_SUCCESS=-1,
  11.  PUBMSG_NOPORT
  12. /* status returned by AddUniquePortPPC */
  13. ENUM UNIPORT_SUCCESS=-1,
  14.  UNIPORT_NOTUNIQUE
  15.